@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans');
    src: url(../font/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: regular;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: local('Poppins-Medium');
    src: url(../font/Poppins-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.d-flex {
    display: flex !important;

}

.disp {
    display: none !important;
}

.z-index {
    z-index: 98 !important;
}

header {
    background-color: #EEEDE7;

}

.header {
    display: flex;
    justify-content: space-between;
    height: 91px;
}

.header_home2 {
    background-color: #F2F2F2;
}

.header div:nth-child(1) {
    padding: 28px 0 28px 0;
}

.header div p {
    font-size: 34px;
    font-family: 'Poppins-Medium';
    color: rgba(80, 50, 23, 1);
}

.menu_div-ul>li>a {
    font-size: 18px;
    font-family: 'OpenSans';
    color: #503217;
    transition: all 0.5s;
}

.menu_div-ul>li>a:hover {
    font-size: 22px;
}

.li_page {
    position: relative;
}

.header ul li {
    margin: auto;
    cursor: pointer;
}

.header div:nth-child(3) {
    display: flex;
    align-items: center;
    position: relative;
}

.header div:nth-child(3)>img {
    width: 45px;
    height: 36px;
}

.menu_div-ul>li>a {
    padding: 0 26px 0 26px;
}

.menu_div_submenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    position: absolute;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-size: 16px;

    transform: translateX(-40%);
    top: 140%;
    background-color: #E8E6DE;
}

.menu_div_submenu li {
    padding: 15px 26px;
    transition: all 0.5s;
}

.menu_div_submenu li a {
    color: #503217;
    font-family: 'OpenSans';
}

.menu_div_submenu li :hover {
    color: #b38b68;
}

.header div:nth-child(1) img {
    padding-right: 5px;
}

.header div:nth-child(3) img {
    padding-right: 20px;
}

.burger-span {
    display: none;
    cursor: pointer;
}


.burger-span span {
    display: block;
    width: 25px;
    border: 2px solid #503217;
    margin-bottom: 8px;
}

.nav-mobile {
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    top: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.5s ease;
}

.nav-mobile_menu {
    padding-top: 60px;
    /* position: relative; */
}

.nav-mobile_menu>li>a {
    font-size: 25px;
    font-family: 'OpenSans';
    color: #503217;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: 0.5s ease;
    opacity: 0;
}

.nav-mobile_menu_active_li {
    opacity: 1 !important;
    left: 50%;
    transform: translate(-50%, 0) !important;
}

.nav-mobile_menu li {
    padding: 25px 0;
}

.nav-mobile_inner>img {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

.search_active {
    pointer-events: auto !important;
    visibility: visible !important;
    transition: 1s ease;
}

.search {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    transform: translateY(-50%);
    right: 75%;
    top: 50%;
    background-color: #fff;
    padding: 0 !important;
    width: 300px;
    border: 1px solid #503217;
    min-height: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
}

.inpnu_search[type="search"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: 274px;
    vertical-align: middle;
    font-family: 'OpenSans';
    color: #503217;
}

.input_submit[type="submit"] {
    margin-top: 8px;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../icons/search-2.svg) no-repeat 50% 50%;
    ;
}

.submenu_mobile_active {
    visibility: visible !important;
    pointer-events: all !important;
    transform: translateX(0) !important;
}

.submenu_mobile {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding-top: 45px;
    transform: translateX(100%);
    transition: 0.5s ease;
    z-index: 99;
}

.submenu_mobile ul li a {
    font-size: 20px;
    font-family: 'OpenSans';
    color: #503217;
}

.submenu_mobile img {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

.nav-mobile_menu li:nth-child(3) {
    cursor: pointer;
}

/* HERO SECTION */

.hero_secrion {
    background-image: url(../img/1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero_secrion_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.hero_h1 h1 {
    color: #503217;
    font-size: 80px;
    font-family: 'Poppins-Medium';
    max-width: 514px;
    padding-bottom: 25px;
}

.hero_h1 p {
    color: #8F7D6A;
    font-size: 18px;
    font-family: 'OpenSans';
    max-width: 514px;
}

.hero_h1 button,
.sing_up_form div:nth-child(2) button,
.button {
    background-color: #503217;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 60px;
}


/* SHOP BY CATEGORY */
.section_category {
    background-color: #EEEDE7;
}

.shop_by_category {
    position: relative;
    margin: auto;
    align-items: center;
    flex-direction: column;
}

.shop_by_category div>h3 {
    font-size: 48px;
    font-family: 'Poppins-Medium';
    color: #503217;
    padding: 72px 0;
}



.categories div {
    border: 2px solid #E8E6DE;
    border-radius: 15px;
    text-align: center;
    margin-right: 30px;
    transition: .3s;
    margin-bottom: 44px;
}

.categories>div:hover {
    margin-top: 30px;
    transition: .3s;
    margin-bottom: 14px;
}

.categories div>img {
    padding: 25px 38px;
}

.categories div p:nth-child(2) {
    color: #503217;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}

.categories div p:nth-child(3) {
    color: #8F7D6A;
    font-size: 16px;
    font-family: 'OpenSans';
    padding: 10px 0 25px 0;
}

.shop_by_category>img:nth-child(3) {
    position: absolute;
    left: 98%;
    bottom: 0;
    z-index: 0;
    opacity: 10%;
}

/* CTA */

.cta_section {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.cta_section div>img {
    max-height: 203px;
    padding: 20px;
    height: auto;
    object-fit: contain;
    margin: auto;
}

.cta_section>div {
    background-color: #F2F2F2;
    max-width: 413px;
    width: 100%;
    height: 249px;
    box-sizing: border-box;
    aspect-ratio: 413 / 249;
    border-radius: 15px;
    margin-bottom: 35px;
}

.mark {
    background-color: #D3744A;
    color: #fff;
    font-size: 13px;
    font-family: 'OpenSans';
    padding: 10px 15px;
    border-radius: 10px;
}

.cta_section div div {
    padding-left: 30px;
}

.cta_section div div span {
    display: inline-block;
    margin-top: 40px;
}

.cta_section div div h6 {
    color: #503217;
    font-family: 'Poppins-Medium';
    font-size: 24px;
    padding: 40px 0 20px 0;
}

.cta_section div div button {
    color: #8F7D6A;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    border-bottom: 2px solid #8F7D6A;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* LATEST PRODUCT */

.cart_item {
    position: relative;
    margin: auto;
    align-items: center;
    flex-direction: column;
    padding-bottom: 120px;
}

.cart_item>h3 {
    font-size: 48px;
    font-family: 'Poppins-Medium';
    color: #503217;
    padding: 72px 0;
}

.cart_item>div:nth-child(2) {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.cart_item_div img:nth-child(5) {
    position: absolute;
    z-index: 0;
    left: -10%;
    bottom: 50%;
}

.cart_item_block {
    z-index: 1;
}

.cart_item_block div:nth-child(1) {
    width: 302px;
    height: 262px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_item_block div span {
    margin: 25px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.cart_item_block div img:nth-child(2) {
    padding: 40px 0 20px 0;
}

.cart_item_block div button {
    font-family: 'Poppins-Medium';
    font-size: 16px;
    color: #503217;
    text-align: center;
    background-color: #E2DFCF;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    opacity: 0;
    transition: .3s;
}

.cart_item_block:hover button {
    opacity: 1;
    transition: .3s;
}

.cart_item_block div:nth-child(2) h6 {
    color: #503217;
    font-size: 24px;
    font-family: 'Poppins-Medium';
    padding-top: 20px;
}

.cart_item_block div:nth-child(2) p {
    color: #8F7D6A;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    padding-top: 20px;
}

.cart_item_block div:nth-child(2) div {
    gap: 20px;
}

/* Latest_health_Group */

.Latest_health_Group {
    background-color: #F2F2F2;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 100px;
    padding: 0 50px 20px 50px;
}

.Latest_health_Group>div>div {
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.Latest_health_Group div div h6 {
    color: #503217;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}

.Latest_health_Group div div p {
    color: #8F7D6A;
    font-size: 16px;
    font-family: 'OpenSans';
    padding-top: 15px;
}

/* section store collection */

.sing_up_div {
    padding-bottom: 145px;
    position: relative;
    gap: 30px;
}

.section_store_collection {
    background-color: #E8E6DE;
}

.sing_up_div>img:nth-child(1) {
    width: 50%;
    min-width: 300px;
}

.sing_up_form {
    background-color: #F2F2F2;
    width: 50%;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    min-width: 300px;
}

.sing_up_form div:nth-child(1) {
    text-align: center;
}


.sing_up_form div>h6 {
    font-family: 'Poppins-Medium';
    font-size: 24px;
    color: #6C543E;
    padding-top: 55px;
}

.sing_up_form div>h3 {
    font-family: 'Poppins-Medium';
    font-size: 48px;
    color: #503217;
    padding-top: 27px;
    max-width: 519px;
    margin: auto;
}

.sing_up_form div:nth-child(2) {
    padding-bottom: 50px;
    justify-content: center;
}

.sing_up_form div:nth-child(2) input {
    background-color: #EBE9E0;
    border: 1px solid #503217;
    color: #503217;
    border-radius: 10px;
    max-height: 48px;
    width: 358px;
    padding-left: 30px;
    font-size: 18px;
    font-family: 'OpenSans';
    outline: none;
    transition: border 250ms ease-in-out;
    margin: 60px 20px 0 10px;
}

.sing_up_form div:nth-child(2) button {
    margin-right: 10px;
    /* max-height: 41px; */
    min-width: 127px;
}

.has-icon-email {
    background-image: url("../icons/konvertik.svg");
    background-size: 22px 18px;
    background-repeat: no-repeat;
    background-position: 5px;
}

.sing_up_form div:nth-child(2) input::placeholder {
    color: #8F7D6A;
}

.sing_up_div img:nth-child(3) {
    position: absolute;
    right: -8%;
    z-index: 0;
    bottom: 1%;

}


/* FEEDBACK */

.feedback_section {
    background-color: #EEEDE7;
    padding-bottom: 145px;
}

.feedback_div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 124px;
}

.feedback_div h3 {
    font-size: 48px;
    font-family: 'Poppins-Medium';
    color: #503217;
    padding-top: 123px;
}

.feedback_slider_cont {
    padding-top: 57px;
    position: relative;
    width: 100%;
    height: 320px;
}

.feedback_slider_cont div {
    background-color: #F2F2F2;
    align-items: center;
    position: absolute;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 100%;
    display: none;
    transition: 0.5s ease;
}



.feedback_slider_cont div img {
    position: absolute;
    top: 7%;
    left: 2%;
}

.feedback_slider_cont div p {
    padding-top: 100px;
    padding-bottom: 57px;
    font-size: 18px;
    font-family: 'OpenSans';
    color: #8F7D6A;
    max-width: 1035px;
    margin: auto;
    line-height: 150%;
}

.clients_defolt {
    width: 265px;
}

.clients_defolt div h6 {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #503217;
    padding-bottom: 15px;

}

.clients_defolt div:nth-child(1) {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.clients_defolt div:nth-child(2) {
    padding: 30px 14px;
}

.clients_defolt div img {
    padding-left: 15px;
}

.clients_defolt div p {
    font-size: 18px;
    font-family: 'OpenSans';
    color: #8F7D6A;
}

.feedback_div>div:nth-child(3) {
    gap: 30px;
}

.clients_activ {
    border: 1px solid #503217;
    border-radius: 15px;
}

.clients_feedback_active {
    display: flex !important;
    animation: 1s linear 0s infinite alternate sun-rise;
    animation-iteration-count: 1;
}

/* FOLLOW US */

.follow_us {

    flex-direction: column;
    align-items: center;
}

.follow_us>div:nth-child(1) h3 {
    font-size: 58px;
    font-family: 'Poppins-Medium';
    color: #503217;
    padding-bottom: 56px;
}

.follow_us_photo {
    gap: 25px;
}

.follow_us_photo>div {
    position: relative;
}

.follow_us_photo div:nth-child(1) img {
    border-radius: 15px;
}

.follow_us_photo div:nth-child(2) img {
    border-radius: 20% 20% 0 0;
}

.follow_us_photo div:nth-child(3) img {
    border-radius: 50%;
}

.follow_us_photo div:nth-child(4) img {
    border-radius: 50% 50% 0 0;
}

.medifit_inst {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
}

.medifit_inst {
    opacity: 0;
}

.medifit_inst span {
    color: #503217;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}


.follow_us_photo>div:hover img {
    opacity: 0.4;
    z-index: 1;
    transition: 0.5s ease;
}

.follow_us_photo>div:hover .medifit_inst {
    opacity: 1;
    z-index: 2;
    transition: 0.5s ease;
}

/* FOOTER */

footer {
    background-color: #E8E6DE;
}

.footer_div {
    padding: 85px 0 40px 0;
    align-items: center;
    justify-content: space-around;
}

.footer_nav h6 {
    font-size: 24px;
    font-family: 'Poppins-Medium';
    color: #503217;
    padding-bottom: 30px;
}

.footer_nav li {
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.5s ease;
}

.footer_nav li a {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #8F7D6A;
}

.footer_nav li a:hover {
    color: #503217;
}

.logo_footer {
    justify-content: center;
}

.logo_footer span {
    font-size: 70px;
    font-family: 'Poppins-Medium';
    color: #503217;
}

.footer_div div:nth-child(1) {
    gap: 15px;
}

.footer_div :nth-child(2) p {
    color: #8F7D6A;
    font-family: 'OpenSans';
    font-size: 18px;
    max-width: 298px;
    text-align: center;
    padding: 20px 0;
    line-height: 150%;
}

.footer_div :nth-child(2) div {
    justify-content: center;
    gap: 15px;
}

.footer_div>div:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 260px;
    height: 320px;
}

.footer_div :nth-child(3) div h6 {
    font-size: 24px;
    color: #503217;
    font-family: 'Poppins-Medium';
    padding-bottom: 20px;
}



.footer_contact {
    color: #8F7D6A;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    max-width: 265px;
    line-height: 150%;

}

/* HOME 2 */

/* Hero section */

.hero_secrion_home2 {
    background-color: #E8E6DE;
}

.hero_div_home2 {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}

.hero2_fon_img {
    position: absolute;
    top: 45%;
    left: 3%;
    transform: translateY(-45%);
}

.hero_div_home2 div:nth-child(1) {
    margin-left: 6%;
}

.hero_div_home2 div:nth-child(1) div h2 {
    font-size: 68px;
    color: #503217;
    font-family: 'Poppins-Medium';
    padding-bottom: 75px;
    max-width: 700px;
}

.hero_offer_content>div:nth-child(1) img {
    width: 302px;
    height: 100%;
}

.hero_offer_content div p {
    font-size: 18px;
    color: #503217;
    font-family: 'OpenSans';
    max-width: 374px;
    line-height: 150%;
}

.hero_offer_content {
    align-items: flex-end;
    position: relative;
}

.hero_offer_content div:nth-child(2) {
    padding-left: 30px;
}

/* COMPANY */

.company {
    background-color: #E2DFCF;
    justify-content: space-between;
    width: 100%;
    padding: 30px 10px;
}

/* DISCOVER */

.discover {
    background-color: #EEEDE7;
    position: relative;
}

.discover_01_svg {
    position: absolute;
    top: 40%;
    /* transform: translateY(-40%); */
    left: 0%;
}

.section_two {
    gap: 30px;
    position: relative;
    padding: 130px 0 50px 0;
}

.section_two div h3 {
    font-size: 48px;
    line-height: 120%;
    font-family: 'Poppins-Medium';
    color: #503217;
    max-width: 789px;
    padding-bottom: 20px;
}

.section_two div p {
    font-size: 18px;
    line-height: 150%;
    font-family: 'OpenSans';
    color: #8F7D6A;
    max-width: 695px;
}

/* ICONS */

.icons_sect_div {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 125px;
}

.icons_sect_div div h6 {
    font-size: 24px;
    font-family: 'Poppins-Medium';
    color: #503217;
    line-height: 150%;
    padding-top: 30px;
}

.icons_sect_div div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Discover coll */

.discover_coll {
    z-index: 1;
    flex-wrap: wrap;
    gap: 85px;
    justify-content: center;
    padding-bottom: 100px;
}

.discover_coll_div {
    max-width: 369px;
}

.discover_coll_div h3 {
    font-size: 48px;
    line-height: 120%;
    font-family: 'Poppins-Medium';
    color: #503217;
    padding-bottom: 15px;
}

.discover_coll_div p {
    font-size: 18px;
    line-height: 150%;
    font-family: 'OpenSans';
    color: #8F7D6A;
}

.discover_coll_item div:nth-child(1) {
    width: 369px !important;
    height: 303px !important;
    background-color: #F2F2F2;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* SHOP BY CATEGORyES */


.shop_category_home2 {
    background-color: #E8E6DE;
}

.shop_category_DivCarts {
    flex-direction: column;
    align-items: center;
    padding: 125px 0 120px 0;
}

.shop_category_DivCarts>div:nth-child(2) {
    gap: 25px;
    padding-top: 55px;
}

.shop_category_DivCarts h3 {
    font-size: 48px;
    line-height: 120%;
    color: #503217;
    font-family: 'Poppins-Medium';
}

.shop_category_carts {
    background-color: #F2F2F2;
    border-radius: 20px;
    font-family: 'Poppins-Medium';
    width: 303px;
    height: 185px;
    justify-content: space-between;
    align-items: center;
    color: #503217;
}

.shop_category_carts div:nth-child(1) img {
    padding-bottom: 5px;
}

.shop_category_carts div:nth-child(1) {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: auto;
}

.shop_category_carts div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_category_carts div:nth-child(2) {
    width: 50%;
    height: 100%;
    border-radius: 20px;
    background-color: #EEEDE7;
}

.shop_category_carts div:nth-child(2) img {
    height: 137px;
    width: 84px;
}

/* CTA */

.cta_div_home2 {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 105px;
}

.cta_div_home2 img:nth-child(2) {
    position: absolute;
    left: 40%;
    top: 45%;
    transform: translate(-40%, -50%);
}

.cta_div_home2 div:nth-child(3) {
    max-width: 454px;
    margin-left: 120px;
}


.cta_div_home2 div:nth-child(3) h5 {
    font-size: 48px;
    line-height: 120%;
    color: #503217;
    font-family: 'Poppins-Medium';
    padding-bottom: 30px;
}

.cta_div_home2 div:nth-child(3) p {
    font-size: 18px;
    color: #503217;
    font-family: 'OpenSans';
    line-height: 150%;
}

.shop_category__divhome2 {
    position: relative;
}

.shop_category__divhome2>img {
    position: absolute;
    top: 1%;
    left: -10%;
}

.cta_div_home2>img:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: -10%;
}


/* REVIEWS 2 */

.reviews_2 {
    background-color: #EEEDE7;
}

.customers_review {
    flex-direction: column;

}

.customers_review>div>h3 {
    text-align: center;
    color: #503217;
    font-size: 42px;
    font-family: 'Poppins-Medium';
    padding-top: 100px;
}

.customers_review>div:nth-child(2) {
    gap: 30px;
    padding-bottom: 10px;
}

.client_review {
    margin-top: 60px;
    transition: .5s;
}

.client_review div:nth-child(1) {
    background-color: #fff;
    color: #8F7D6A;
    border-radius: 15px 15px 15px 0;
    max-width: 414px;
    padding: 15px 30px;
    transition: .5s;
}

.client_review div:nth-child(1) p {
    font-size: 18px;
    font-family: 'OpenSans';
    line-height: 150%;
}

.client_review div:nth-child(2) {
    padding-top: 15px;
    align-items: center;
}

.client_review div:nth-child(2) span {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    line-height: 150%;
    color: #503217;
    padding-left: 15px;
}

.customers_review>div:nth-child(2)>.client_review:hover {
    margin-bottom: 20px;
    transition: .5s;
    margin-top: 30px;
}

.customers_review>div:nth-child(2)>.client_review div:nth-child(1):hover {
    padding: 30px 30px 0 30px;
    transition: .5s;
}



/* Healthcare Insights */


.healthcare_Insights div h3 {
    margin-top: 100px;
    font-size: 48px;
    font-family: 'Poppins-Medium';
    color: #503217;
}

.healthcare_container {
    margin-top: 60px;
    padding-bottom: 100px;
    gap: 100px;
}

.healthcare_container div div span {
    font-size: 18px;
    color: #8F7D6A;
    align-items: center;
    font-family: 'Poppins-Medium';
}

.healthcare_container div>div:nth-child(2) {
    padding-left: 40px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}


.healthcare_container div div h6 {
    font-family: 'Poppins-Medium';
    color: #503217;
    font-size: 24px;
    line-height: 150%;
    padding-top: 20px;
}

.healthcare_container div div button {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #503217;
    text-decoration: underline;
    align-items: center;
}

.healthcare_container div div button img {
    width: 15px;
    height: 20px;
    padding-left: 5px;
}

/* ABOUT */

.ab_first_s {
    background-color: #EEEDE7;
}

.ab_first_hero {
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.div_h3 {
    font-size: 70px;
    line-height: 120%;
    color: #503217;
    font-family: 'Poppins-Medium';
    text-align: center;
}

.photo_about_first {
    max-width: 1300px;
    gap: 30px;
    padding-top: 50px;
}

.photo_about_first img:nth-child(1) {
    height: 438px;
    width: 332px;
}

.photo_about_first img:nth-child(3) {
    height: 362px;

}

.about_us {
    padding-bottom: 120px;
    gap: 100px;
}

.about_us span {
    color: #503217;
    font-size: 58px;
    font-family: 'Poppins-Medium';
}

.about_us p {
    font-size: 40px;
    font-family: 'Poppins-Medium';
    color: #503217;
    max-width: 920px;
    line-height: 120%;
}

.free_box {
    justify-content: center;
    gap: 100px;
    padding-bottom: 120px;
}

.free_shipping {
    gap: 25px;
    flex-direction: column;
}

.free_shipping img {
    height: 50px;
}

.free_shipping span {
    font-size: 24px;
    color: #503217;
    font-family: 'Poppins-Medium';
}

/* Expect team */

.expect_h3 {
    flex-direction: column;
    padding: 120px 0;
}

.expect_h3 h3 {
    font-size: 58px;
    color: #503217;
    font-family: 'Poppins-Medium';
    line-height: 120%;
    max-width: 885px;
}

.expect_team {
    padding-top: 120px;
    gap: 30px;
}

.expect_team_s {
    background-color: #E8E6DE;
}

.mision_div {
    padding: 15px 0;
    transition: 0.5s ease;
}

.mision_div_active span {
    color: #503217 !important;
    transition: 0.5s ease;
}

.mision_div span {
    color: #8F7D6A;
    font-size: 48px;
    font-family: 'Poppins-Medium';
    padding-left: 15px;
}

.mision_div img {
    width: 50px;
}

.d_block {
    display: block !important;
    transition: 0.5s ease;
    animation: 1s linear 0s infinite alternate sun-rise;
    animation-iteration-count: 1;
}

.expect_team>div:nth-child(2)>img {
    height: 381px;
    width: 414px;
    border-radius: 15px;
    display: none;
    transition: 0.5s ease;
}

.expect_p {
    max-width: 400px;
    color: #8F7D6A;
    align-items: end;
}

.expect_p p {
    font-size: 18px;
    font-family: 'OpenSans';
    line-height: 150%;
    display: none;
}

/* CTA */

.cta_section2 {
    padding: 120px 0;
    background-color: #EBE9E0;
}

.cta_div2 {
    background-color: #fff;
    padding: 0 30px;
}

.cta_div2 div {
    flex-direction: column;
    justify-content: center;
    padding: 0 70px;
}

.cta_div2 div button {
    max-width: 180px;
    line-height: 150%;
}

.cta_div2 div h6 {
    font-size: 48px;
    font-family: 'Poppins-Medium';
    line-height: 120%;
    color: #503217;
    padding-bottom: 20px;
}

.cta_div2 div p {
    font-size: 18px;
    font-family: 'OpenSans';
    line-height: 150%;
    color: #8F7D6A;
}








































































































































































































@media (max-width: 1124px) {
    .menu_div-ul>li>a {
        padding: 0 13px 0 13px;
    }

    .search {
        right: 75%;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero_secrion {
        background-size: auto;
    }

    .hero_h1 h1 {
        font-size: 60px;
    }

    .categories {
        flex-wrap: wrap;
        justify-content: center;
    }

    .shop_by_category>img:nth-child(3) {
        left: 70%;
    }

    .cart_item_div img:nth-child(5) {
        left: 0%;
    }

    .sing_up_form div>h3 {
        font-size: 30px;
        padding-top: 20px;
    }

    .sing_up_form div>h6 {
        font-size: 20px;
        padding-top: 30px;
    }

    .sing_up_form div:nth-child(2) {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .sing_up_form div:nth-child(2) input {
        padding: 15px 30px;
        margin: auto;
        margin: 60px 20px 0 10px;

    }

    .sing_up_form div:nth-child(2) button {
        margin-top: 15px;
    }


    .feedback_slider_cont div img {
        width: 79px;
        height: 79px;
    }

    .feedback_slider_cont div p {
        font-size: 16px;
        padding: 95px 30px 27px 89px;
    }

    .feedback_div>div:nth-child(3) {
        flex-wrap: wrap;
    }

    .footer_div_address {
        max-width: 250px;
    }

    .logo_footer span {
        font-size: 60px;
    }

    .footer_nav {
        max-width: 120px;
    }

    /* HOME 2 */

    .hero_div_home2 div:nth-child(1) div h2 {
        font-size: 50px;
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .hero_offer_content div p {
        font-size: 16px;
    }

    .hero_div_home2 div:nth-child(1) {
        margin-left: 2%;
    }

    .hero_offer_content {
        padding-bottom: 30px;
    }

    .company {
        flex-wrap: wrap;
        gap: 30px;
    }

    .shop_category_DivCarts>div:nth-child(2) {
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
    }

    .cta_div_home2 div:nth-child(3) h5 {
        font-size: 37px;
    }

    .cta_div_home2 img:nth-child(1) {
        height: 450px;
    }

    .cta_div_home2 img:nth-child(2) {
        height: 280px;
        top: 40%;
        left: 35%;
    }

    .cta_div_home2 div:nth-child(3) {
        margin-left: 100px;
    }
}


@media (max-width: 780px) {

    .burger-span {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .menu_div-ul {
        display: none !important;
    }

    .nav-mobile_active {
        pointer-events: auto;
        visibility: visible;
    }

    .nav-mobile_active_r-l {
        transform: translateX(0);
    }

    .nav-mobile_menu {
        text-align: center;
    }

    .nav-mobile_menu li a img {
        width: 16px;
        height: 16px;
        margin: 0 auto;
    }

    .header div:nth-child(3) {
        padding-left: 170px;
    }

    .search {
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero_secrion {
        background-size: auto;
    }

    .hero_h1 h1 {
        font-size: 50px;
    }

    .hero_h1 button {
        margin-top: 30px;
    }

    .categories {
        flex-wrap: wrap;
        justify-content: center;
    }

    .shop_by_category>img:nth-child(3) {
        left: 50%;
        opacity: 5%;
    }

    .cart_item {
        padding-bottom: 90px;
    }

    .cart_item>h3 {
        text-align: center;
        padding: 60px 0;
    }

    .sing_up_form div>h3 {
        font-size: 25px;
    }

    .sing_up_form div>h6 {
        padding-top: 20px;
    }

    .sing_up_div {
        flex-wrap: wrap !important;
        justify-content: center;
        padding-bottom: 100px;
    }

    .sing_up_div>img:nth-child(1) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .sing_up_form div:nth-child(2) {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .sing_up_form div:nth-child(2) input {
        padding: 15px 30px;
        margin: auto;
        max-width: 280px;
        margin-top: 60px;
    }

    .feedback_section {
        padding-bottom: 100px;
    }

    .feedback_slider_cont {
        height: 340px;
    }

    .feedback_slider_cont div img {
        width: 59px;
        height: 59px;
    }

    .feedback_slider_cont div p {
        font-size: 16px;
        padding: 95px 30px 27px 69px;
    }

    .feedback_div>div:nth-child(3) {
        flex-wrap: wrap;
        justify-content: center;
    }

    .follow_us>div:nth-child(1) h3 {
        font-size: 38px;
        padding-bottom: 36px;
    }

    .follow_us_photo {
        flex-wrap: wrap;
        justify-content: center;
    }

    .feedback_div {
        padding-bottom: 80px;
    }

    .footer_div {
        flex-wrap: wrap;
        justify-content: center;
        padding: 55px 0 10px 0;
    }

    .footer_div :nth-child(1) {
        text-align: center;
    }

    .footer_div>div:nth-child(2) {
        padding: 20px 0;

    }

    .footer_div>div:nth-child(3) {
        text-align: center;
    }



    .footer_nav li {
        font-size: 16px;
        padding: 5px 0;
    }

    .logo_footer span {
        font-size: 50px;
    }

    .footer_div>div:nth-child(3) {
        justify-content: space-evenly;
    }


    /* HOME 2 */

    .hero_div_home2 {
        display: block;
        gap: 20px;
    }

    .hero_div_home2 div:nth-child(1) div h2 {
        font-size: 35px;
        text-align: center;
        padding: 20px 20px 40px 20px;
        margin: auto;
        max-width: 550px;
    }

    .hero_div_home2 div:nth-child(1) {
        margin: auto;
    }

    .hero_div_home2>div:nth-child(2) {
        display: none;
    }

    .hero_offer_content div:nth-child(2) {
        padding: 0 20px 0 20px;
        margin: auto;
    }

    .hero_offer_content div p {
        font-size: 16px;
        padding-top: 20px;
    }

    .company {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .section_two {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
    }

    .section_two div h3 {
        text-align: center;
        font-size: 40px;
    }

    .section_two div p {
        font-size: 16px;
    }

    .icons_sect_div {
        flex-wrap: wrap;
        padding-bottom: 70px;
        justify-content: center;
        gap: 30px;
    }

    .discover_coll_div h3 {
        font-size: 40px;
        text-align: center;
    }

    .discover_coll_div p {
        font-size: 16px;
    }

    .shop_category_DivCarts {
        margin: auto;
    }

    .shop_category_home2 {
        margin: auto;
    }

    .shop_category_DivCarts {
        padding: 80px 0;
    }

    .shop_category_DivCarts h3 {
        font-size: 40px;
        text-align: center;
    }

    .shop_category_DivCarts>div:nth-child(2) {
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
    }

    .cta_div_home2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cta_div_home2 img:nth-child(2) {
        position: absolute;
        right: -10%;
        height: 250px;
        top: 40%;
        left: 55%;
        transform: translateY(-50%)
    }

    .cta_div_home2 div:nth-child(3) {
        padding: 100px 0 0 0;
        margin: 0;
    }

    .cta_div_home2 div:nth-child(3) h5 {
        text-align: center;
    }

    .cta_div_home2 div:nth-child(3) p {
        font-size: 16px;
    }

    .customers_review>div:nth-child(2) {
        flex-wrap: wrap;
    }

    .customers_review>div>h3 {
        padding-top: 80px;
        font-size: 40px;
        text-align: center;
    }

    .healthcare_container {
        flex-wrap: wrap;
        padding-bottom: 80px;
        grid-area: 80px;
    }

    .healthcare_container>div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .healthcare_container>div>div {
        padding-top: 30px;
    }

    .healthcare_Insights div h3 {
        font-size: 40px;
    }

    .ab_first_hero {
        padding-top: 70px;
    }

    .div_h3 {
        font-size: 50px;
    }

    .photo_about_first {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about_us {
        flex-wrap: wrap;
        gap: 50px;
    }

    .about_us span {
        font-size: 45px;
    }

    .about_us p {
        font-size: 30px;
    }

    .free_box {
        flex-wrap: wrap;
        gap: 60px;
    }

    .expect_team {
        flex-wrap: wrap;
    }

    .expect_h3 {
        padding: 80px 0;
    }

    .expect_h3 h3 {
        font-size: 45px;
    }

    .expect_team {
        padding-top: 80px;
    }

    .mision_div span {
        font-size: 38px;
    }

    .cta_section2 {
        padding: 80px 0;
    }

    .cta_div2 {
        flex-wrap: wrap;
    }

    .cta_div2 div {
        padding: 10px;
    }

    .cta_div2 div h6 {
        font-size: 38px;
    }

    .cta_div2 div p {
        font-size: 16px;
    }
}


@media (max-width:535px) {
    .header div p {
        font-size: 30px;
    }

    .header div:nth-child(1) img {
        width: 36px;
        height: 31px;
    }

    .header div:nth-child(3) {
        padding-left: 50px;
    }

    .header div:nth-child(3)>img {
        width: 30px !important;
        height: 30px !important;
    }

    .header div:nth-child(3) img {
        padding-right: 5px;
    }

    .search {
        right: 0%;
        width: 300px;

    }

    .inpnu_search[type="search"] {
        width: 240px;

    }

    input[type="search"] {
        width: 274px;
    }

    input[type="submit"] {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .hero_secrion {
        background-size: auto;
    }

    .hero_secrion_div {
        display: flex;
        flex-direction: column-reverse
    }

    .hero_h1 h1 {
        font-size: 35px;
        padding-top: 20px;
    }

    .hero_h1 p {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .hero_h1 button {
        margin: 0;
        margin-bottom: 30px;
    }

    .categories {
        flex-wrap: wrap;
        justify-content: center;
    }

    .categories div {
        margin-right: 0;
    }

    .shop_by_category div>h3 {
        font-size: 30px;
        padding: 50px 0;
    }

    .shop_by_category>img:nth-child(3) {
        left: 50%;
        opacity: 5%;
    }

    .cta_section div {
        height: 229px;
    }

    .cta_section div div {
        padding-left: 20px;
    }

    .cta_section div div h6 {
        font-size: 20px;
    }

    .cta_section div div button {
        font-size: 13px;
    }

    .cta_section div div span {
        margin-top: 30px;
    }

    .cta_section div>img {
        padding: 5px;
        width: 101px;
    }

    .cart_item>div {
        gap: 40px;
    }

    .cart_item {
        padding-bottom: 90px;
    }

    .cart_item>h3 {
        font-size: 30px;
        text-align: center;
        padding: 50px 0;
    }

    .Latest_health_Group {
        padding: 0 10px 20px 10px;
    }

    .cart_item_div img:nth-child(5) {
        left: -10%;
        bottom: 25%;
    }

    .sing_up_form div>h3 {
        font-size: 25px;
    }

    .sing_up_form div>h6 {
        padding-top: 20px;
    }

    .sing_up_div {
        flex-wrap: wrap !important;
    }

    .sing_up_div>img:nth-child(1) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .sing_up_form div:nth-child(2) {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .sing_up_form div:nth-child(2) input {
        padding: 15px 30px;
        margin: auto;
        max-width: 280px;
        margin-top: 60px;
    }

    .feedback_slider_cont {
        height: 250px;
        padding-top: 0;
    }

    .feedback_slider_cont div img {
        width: 49px;
        height: 49px;
    }

    .feedback_slider_cont div p {
        font-size: 14px;
        padding: 20px 30px 20px 59px;
        display: flex;
        align-items: center;
    }

    .feedback_div>div:nth-child(3) {
        flex-wrap: wrap;
    }

    .feedback_div>h3 {
        font-size: 30px;
        padding: 50px 0;
    }

    /* HOME 2 */

    .hero_div_home2 {
        display: block;
    }

    .hero_div_home2 div:nth-child(1) div h2 {
        font-size: 35px;
        text-align: center;
        padding: 20px 10px 40px 10px;
    }

    .hero_div_home2 div:nth-child(1) {
        margin: auto;
    }

    .hero_div_home2>div:nth-child(2) {
        display: none;
    }

    .hero_offer_content {
        flex-direction: column;
    }

    .hero_offer_content div p {
        font-size: 16px;
        padding-top: 20px;
    }
}














@keyframes sun-rise {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;

    }
}